home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / dms32.zip / _SETUP.1 / DMS.exe / 0 / RCDATA / TDIRECTORYCREATEFORM / TDIRECTORYCREATEFORM.txt
Text File  |  1996-05-11  |  3KB  |  146 lines

  1. object DirectoryCreateForm: TDirectoryCreateForm
  2.   Left = 305
  3.   Top = 203
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directory Create'
  7.   ClientHeight = 290
  8.   ClientWidth = 441
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 152
  21.     Width = 273
  22.     Height = 20
  23.     Caption = 'Enter Name of Directory to Create:'
  24.     Font.Color = clBlack
  25.     Font.Height = -17
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 24
  32.     Top = 8
  33.     Width = 385
  34.     Height = 20
  35.     Caption = 'Active Directory will be the parent Directory of  the '
  36.     Font.Color = clBlack
  37.     Font.Height = -17
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object label6: TLabel
  43.     Left = 24
  44.     Top = 32
  45.     Width = 397
  46.     Height = 20
  47.     Caption = 'Directory you are creating (ie. the new one will branch '
  48.     Font.Color = clBlack
  49.     Font.Height = -17
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Label4: TLabel
  55.     Left = 16
  56.     Top = 88
  57.     Width = 115
  58.     Height = 16
  59.     Caption = 'Active Directory:'
  60.     Font.Color = clBlack
  61.     Font.Height = -13
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsBold]
  64.     ParentFont = False
  65.   end
  66.   object Label5: TLabel
  67.     Left = 8
  68.     Top = 120
  69.     Width = 417
  70.     Height = 16
  71.     Font.Color = clBlack
  72.     Font.Height = -13
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object Bevel1: TBevel
  78.     Left = 8
  79.     Top = 0
  80.     Width = 425
  81.     Height = 81
  82.   end
  83.   object Label3: TLabel
  84.     Left = 24
  85.     Top = 56
  86.     Width = 173
  87.     Height = 20
  88.     Caption = 'from the parent directory'
  89.     Font.Color = clBlack
  90.     Font.Height = -17
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ParentFont = False
  94.   end
  95.   object StatusBar1: TStatusBar
  96.     Left = 0
  97.     Top = 271
  98.     Width = 441
  99.     Height = 19
  100.     Panels = <>
  101.     SimplePanel = False
  102.   end
  103.   object Panel1: TPanel
  104.     Left = 0
  105.     Top = 222
  106.     Width = 441
  107.     Height = 49
  108.     Align = alBottom
  109.     TabOrder = 1
  110.     object OKBtn1: TBitBtn
  111.       Left = 40
  112.       Top = 16
  113.       Width = 75
  114.       Height = 25
  115.       TabOrder = 0
  116.       OnClick = OKBtn1Click
  117.       Kind = bkOK
  118.     end
  119.     object CancelBtn2: TBitBtn
  120.       Left = 328
  121.       Top = 16
  122.       Width = 75
  123.       Height = 25
  124.       TabOrder = 1
  125.       OnClick = CancelBtn2Click
  126.       Kind = bkCancel
  127.     end
  128.     object HelpBtn: TBitBtn
  129.       Left = 168
  130.       Top = 16
  131.       Width = 75
  132.       Height = 25
  133.       TabOrder = 2
  134.       OnClick = HelpBtnClick
  135.       Kind = bkHelp
  136.     end
  137.   end
  138.   object NewSubDirectory: TEdit
  139.     Left = 16
  140.     Top = 184
  141.     Width = 369
  142.     Height = 24
  143.     TabOrder = 0
  144.   end
  145. end
  146.